SHSJS = { setValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = iValue; return true; } else { return false; } }, getValue: function(strName) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { return myobject.innerHTML; } else { return null; } }, appendValue: function(strName, iValue) { var myobject if(document.all) { myobject = document.all[strName]; } else if(document.getElementById) { myobject = document.getElementById(strName); } if (myobject) { myobject.innerHTML = myobject.innerHTML+iValue; return true; } else { return false; } } } SHSJS.setValue('statscontent_cfb', '
Bowl Games
Tue, Jan 5
Orange Bowl
10
24Final
9
14
Wed, Jan 6
GMAC Bowl
25
44Final
41
Thu, Jan 7
BCS Championship
2
21Final
1
37
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_001', '
Atlantic Coast
Tue, Jan 5
Orange Bowl
10
24Final
9
14
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_071', '
Big 12
Thu, Jan 7
BCS Championship
2
21Final
1
37
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_002', '
NCAA Football
No games scheduled for
Feb 9, 2010
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_004', '
Big Ten
Tue, Jan 5
Orange Bowl
10
24Final
9
14
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_007', '
NCAA Football
No games scheduled for
Feb 9, 2010
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');SHSJS.setValue('statscontent_cfb_008', '
Southeastern
Thu, Jan 7
BCS Championship
2
21Final
1
37
 
Copyright © 2010 by STATS LLC.
All rights reserved.
');